Auto merge of #4098 - callahad:remove-superfluous-semis, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 25 May 2017 03:05:53 +0000 (03:05 +0000)
committerbors <bors@rust-lang.org>
Thu, 25 May 2017 03:05:53 +0000 (03:05 +0000)
commit381a4e76bb4c9d3ff89965a188605b066c103b02
treee11b3ee92220c9f461eb7cd7d3f1661574a06fa6
parenta45d4e98c446232a6f6b2edaf2503940fd716fbd
parent76d53d5b10344d5242d111c21d42ec400d6716d7
Auto merge of #4098 - callahad:remove-superfluous-semis, r=alexcrichton

Remove superfluous `;;` sequences

Per @Mark-Simulacrum's request in https://github.com/rust-lang/rust/pull/42215#issuecomment-303908683